home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 4_misc / window / notify_level < prev    next >
Text File  |  2001-03-21  |  663b  |  21 lines

  1. Synopsis:
  2.    window notify_level [<levels>]
  3.  
  4. Description:
  5.    This works similarly to WINDOW LEVEL, except the levels specified
  6.    determine what types of messages the client will report activity in
  7.    that window for if WINDOW NOTIFY is on.  If no level is specified,
  8.    the current level is displayed.
  9.  
  10.    The list of levels to use may be any of those allowed for WINDOW
  11.    LEVEL.  A comma-delimited list may be used to specify more than one
  12.    level at once.
  13.  
  14. Examples:
  15.    To only show activity for private messages and notices:
  16.       /window lastlog_level msg,notice
  17.  
  18. See Also:
  19.    set(4) lastlog_level; window(4) level, notify
  20.  
  21.